home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SCREEN / CURSES01 / doc / Minix < prev    next >
Text File  |  1993-08-11  |  1KB  |  30 lines

  1. /****************************************************************/
  2. /* This version of curses is based on ncurses, a curses version */
  3. /* originally written by Pavel Curtis at Cornell University.    */
  4. /* I have made substantial changes to make it run on IBM PC's,  */
  5. /* and therefore consider myself free to make it public domain. */
  6. /*              Bjorn Larsson (...mcvax!enea!infovax!bl)        */
  7. /****************************************************************/
  8. /* 1.0: Release:                                       87/05/15 */
  9. /****************************************************************/
  10. /* Modified to run under the MINIX operating system by Don Cope */
  11. /* These changes are also released into the public domain.      */
  12. /*                                                     90/09/06 */
  13. /****************************************************************/
  14. /* Modified to run under the RISCOS operating system by Brian   */
  15. /* Brunswick and others. These changes also released into the   */
  16. /* public domain. See 'doc.!Help' for details.                  */
  17. /****************************************************************/
  18.  
  19. For this to run under RISCOS/UnixLib - you will need to have setup
  20. UnixLib correctly - in particular, to run the demo application,
  21. you need to have set up the environment variable 'TERM' eg,
  22.  
  23.   *Set TERM aV
  24.  
  25. and to have setup the /etc path for the termcap file (supplied with
  26. UnixLib) eg,
  27.  
  28.   *Set UnixFS$/etc adfs::4.$.etc
  29.  
  30.